home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / rxsocket.lha / rxsocket / examples / amiget / amiget.doc next >
Encoding:
Text File  |  1998-10-27  |  1.7 KB  |  43 lines

  1. Amiget 2.1
  2.  
  3.  
  4. Requires:        rxsocket.library    Aminet comm/tcp/rxsocket.lha
  5.                 rmh.library         Aminet util/rexx/rmh.lha
  6.                 rxwiz.library         Aminet util/rexx/rxwiz.lha
  7.                 rxasl.library        Aminet util/rexx/rxasl.lha
  8.                 wizard.library         Aminet or Haage
  9.  
  10. Installation:    copy rxwiz.library to LIBS:
  11.                 copy amiget.rexx amiget.wizard to rexx:
  12.  
  13. Description:    downloads files from web server
  14.                 it is usable in amirc too as
  15.                 /rx rexx:amiget.rexx
  16.  
  17. Template:        HOST/A,FILE/A,AS/K,PORT/K/N,TIMEOUT/K/N,PUBSCREEN/K,LOGIN/K,PASS/K,
  18.                 HELP/S,PROXY/K,PROXYPORT/K/N,NOCACHE=NC/S,DEBUG=DB/S,INFO/S,RESUME/K
  19.  
  20.                 HOST      the host name to connect
  21.                 FILE      the file name with path to get
  22.                 AS          local filename with path where to store the file got
  23.                           if none a requester will be opened
  24.                           if only path, use that path with the file part of FILE -
  25.                           default none
  26.                 PORT      the porto to connect to - default 80
  27.                 TIMEOUT      the general timeout - default none
  28.                 PUBSCREEN pubscreen    name where to open window - default none
  29.                 LOGIN      the login for auth requester, must be with PASS
  30.                 PASS      the pass for auth request, must be with login
  31.                           the LOGIN:PASS string is send
  32.                 HELP      show the template, for Amirc use, where ? doesn't work
  33.                 PROXY      proxy to connect to
  34.                 PROXYPORT proxyport to conenct to - default 1080
  35.                 NOCACHE      send a nocache to proxy
  36.                 DEBUG      print to stdout infos
  37.                 INFO      open a window with the head fields received from the server
  38.                 RESUME    try to send a HTTP/1.1 request to resume the file.
  39.  
  40. Usage:            very simple, e.g. amiget ftp.unina.it /pub/aminet/
  41.                 get the index.hmtl of Aminet from unina
  42.                 A window with a gauge progress and an abort gadget will be opened.
  43.